BEWSoftware MDj Core Library
Links and Auto Links
Basic Links
First some basic links that will cause the new page to be opened in the current tab.
This:
An [example][link]
An [example](http://www.example.com/some_page.html "This is a title")
Go to <http://www.example.com/some_page.html>
[link]: http://www.example.com/link.html "This is a title"
Becomes this:
An example
An example
Go to http://www.example.com/some_page.html
Open in new Tab
Now tha same links, but these will open in a new tab.
This:
An [example][link]!
An [example]!(http://www.example.com/some_page.html "This is a title")
Go to <http://www.example.com/some_page.html>!
And another [example]!
[example]: http://www.example.com/example.html "This is a title"
[link]: http://www.example.com/link.html "This is a title"
Becomes this:
An example
An example
Go to http://www.example.com/some_page.html
And another example
Links with _class_
Now with a class attribute:
This:
An [example][link]![@externalLink]
An [example]![@externalLink](http://www.example.com/some_page.html "This is a title")
Go to <http://www.example.com/some_page.html>![@externalLink]
And another [example]![@externalLink]
[example]: http://www.example.com/example.html "This is a title"
[link]: http://www.example.com/link.html "This is a title"
Becomes this:
An example
An example
Go to http://www.example.com/some_page.html
And another example
Note the little graphic at the end of each link.